Color Hex Logo

#cbf9eb Color Hex

#CBF9EB
(203,249,235)
0 Favorites   0 Comments

Color spaces of #cbf9eb

RGB 203249235
HSL0.450.790.89
HSV162°18°98°
CMYK 0.180.000.06   0.02
XYZ73.499786.446091.4092
Yxy86.44600.29240.3439
Hunter Lab92.9763-21.60076.7928
CIE-Lab94.5027-17.36851.8503

#cbf9eb color RGB value is (203,249,235).

#cbf9eb hex color red value is 203, green value is 249 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbf9eb hue: 0.45 , saturation: 0.79 and the lightness value of cbf9eb is 0.89.

The process color (four color CMYK) of #cbf9eb color hex is 0.18, 0.00, 0.06, 0.02. Web safe color of #cbf9eb is #ccffff. Color #cbf9eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111001 11101011
Octal 313 371 353
Decimal 203 249 235
Hex CB F9 EB

RGB Percentages of Color #cbf9eb

%29.55
%36.24
%34.21

CMYK Percentages of Color #cbf9eb

%18
%0
%6
%2

Triadic Colors of #cbf9eb

#cbf9eb #ebcbf9 #f9ebcb

Analogous Colors of #cbf9eb

#cbf9eb #cbf0f9 #cbf9d4

Monochromatic Colors of #cbf9eb

#cbf9eb

Complementary Color

#cbf9eb #f9cbd9

#cbf9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf9eb Color CSS Codes

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

#cbf9eb Text Font Color

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

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


#cbf9eb Background Color

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

This div background color is #cbf9eb


#cbf9eb Border Color

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

This div border color is #cbf9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf9eb


Comments

No comments written yet.

Please login to write comment.