Color Hex Logo

#cbeaf5 Color Hex

#CBEAF5
(203,234,245)
0 Favorites   0 Comments

Color spaces of #cbeaf5

RGB 203234245
HSL0.540.680.88
HSV196°17°96°
CMYK 0.170.040.00   0.04
XYZ70.532978.134797.7502
Yxy78.13470.28620.3171
Hunter Lab88.3938-12.2571-3.6901
CIE-Lab90.8413-7.8467-8.7279

#cbeaf5 color RGB value is (203,234,245).

#cbeaf5 hex color red value is 203, green value is 234 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #cbeaf5 hue: 0.54 , saturation: 0.68 and the lightness value of cbeaf5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11110101
Octal 313 352 365
Decimal 203 234 245
Hex CB EA F5

RGB Percentages of Color #cbeaf5

%29.77
%34.31
%35.92

CMYK Percentages of Color #cbeaf5

%17
%4
%0
%4

Triadic Colors of #cbeaf5

#cbeaf5 #f5cbea #eaf5cb

Analogous Colors of #cbeaf5

#cbeaf5 #cbd5f5 #cbf5eb

Monochromatic Colors of #cbeaf5

#cbeaf5

Complementary Color

#cbeaf5 #f5d6cb

#cbeaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeaf5 Color CSS Codes

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

#cbeaf5 Text Font Color

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

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


#cbeaf5 Background Color

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

This div background color is #cbeaf5


#cbeaf5 Border Color

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

This div border color is #cbeaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeaf5


Comments

No comments written yet.

Please login to write comment.