color codes Logo

#4bddfe color codes

#4BDDFE
(75,221,254)
0 Favorites   0 Comments

Color spaces of #4bddfe

RGB 75221254
HSL0.530.990.65
HSV191°70°100°
CMYK 0.700.130.00   0.00
XYZ46.647560.3645102.9589
Yxy60.36450.22220.2875
Hunter Lab77.6946-28.7949-24.1834
CIE-Lab82.0359-28.1718-27.2775

#4bddfe color RGB value is (75,221,254).

#4bddfe hex color red value is 75, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4bddfe hue: 0.53 , saturation: 0.99 and the lightness value of 4bddfe is 0.65.

The process color (four color CMYK) of #4bddfe color code is 0.70, 0.13, 0.00, 0.00. Web safe color of #4bddfe is #33ccff. Color #4bddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011101 11111110
Octal 113 335 376
Decimal 75 221 254
Hex 4B DD FE

RGB Percentages of Color #4bddfe

%13.64
%40.18
%46.18

CMYK Percentages of Color #4bddfe

%70
%13
%0
%0

Triadic Colors of #4bddfe

#4bddfe #fe4bdd #ddfe4b

Analogous Colors of #4bddfe

#4bddfe #4b84fe #4bfec6

Monochromatic Colors of #4bddfe

#4bddfe

Complementary Color

#4bddfe #fe6c4b

#4bddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bddfe Color CSS Codes

.mybgcolor {background-color:#4bddfe; } 
.myforecolor {color:#4bddfe; }
.mybordercolor {border:3px solid #4bddfe; }

#4bddfe Text Font Color

<p style="color:#4bddfe">Text here</p>

This sample text font color is #4bddfe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4bddfe Background Color

<div style="background-color:#4bddfe">
Div content here</div>

This div background color is #4bddfe


#4bddfe Border Color

<div style="border:3px solid #4bddfe">
Div here</div>

This div border color is #4bddfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,221,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bddfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bddfe;
  -webkit-box-shadow: 1px 1px 3px 2px #4bddfe;
  box-shadow:         1px 1px 3px 2px #4bddfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,221,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4bddfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4bddfe;
  -webkit-box-shadow: 1px 1px 3px 2px #4bddfe;
  box-shadow:         1px 1px 3px 2px #4bddfe;">
Div content here</div>

This div box has shadow with color #4bddfe


Comments

No comments written yet.

Please login to write comment.