Color Hex Logo

#cbe5f4 Color Hex

#CBE5F4
(203,229,244)
0 Favorites   0 Comments

Color spaces of #cbe5f4

RGB 203229244
HSL0.560.650.88
HSV202°17°96°
CMYK 0.170.060.00   0.04
XYZ68.977075.266896.4804
Yxy75.26680.28650.3127
Hunter Lab86.7564-9.9047-5.2059
CIE-Lab89.5178-5.4952-10.1708

#cbe5f4 color RGB value is (203,229,244).

#cbe5f4 hex color red value is 203, green value is 229 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #cbe5f4 hue: 0.56 , saturation: 0.65 and the lightness value of cbe5f4 is 0.88.

The process color (four color CMYK) of #cbe5f4 color hex is 0.17, 0.06, 0.00, 0.04. Web safe color of #cbe5f4 is #ccccff. Color #cbe5f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 11110100
Octal 313 345 364
Decimal 203 229 244
Hex CB E5 F4

RGB Percentages of Color #cbe5f4

%30.03
%33.88
%36.09

CMYK Percentages of Color #cbe5f4

%17
%6
%0
%4

Triadic Colors of #cbe5f4

#cbe5f4 #f4cbe5 #e5f4cb

Analogous Colors of #cbe5f4

#cbe5f4 #cbd1f4 #cbf4ef

Monochromatic Colors of #cbe5f4

#cbe5f4

Complementary Color

#cbe5f4 #f4dacb

#cbe5f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe5f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe5f4 Color CSS Codes

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

#cbe5f4 Text Font Color

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

This sample text font color is #cbe5f4
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.


#cbe5f4 Background Color

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

This div background color is #cbe5f4


#cbe5f4 Border Color

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

This div border color is #cbe5f4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,229,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbe5f4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbe5f4;
  -webkit-box-shadow: 1px 1px 3px 2px #cbe5f4;
  box-shadow:         1px 1px 3px 2px #cbe5f4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,229,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe5f4

#cbe5f4 Color Palettes


Comments

No comments written yet.

Please login to write comment.