Color Hex Logo

#cbf3eb Color Hex

#CBF3EB
(203,243,235)
0 Favorites   0 Comments

Color spaces of #cbf3eb

RGB 203243235
HSL0.470.630.87
HSV168°16°95°
CMYK 0.160.000.03   0.05
XYZ71.674682.795990.8008
Yxy82.79590.29220.3376
Hunter Lab90.9923-18.63204.5293
CIE-Lab92.9250-14.3986-0.4504

#cbf3eb color RGB value is (203,243,235).

#cbf3eb hex color red value is 203, green value is 243 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbf3eb hue: 0.47 , saturation: 0.63 and the lightness value of cbf3eb is 0.87.

The process color (four color CMYK) of #cbf3eb color hex is 0.16, 0.00, 0.03, 0.05. Web safe color of #cbf3eb is #ccffff. Color #cbf3eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110011 11101011
Octal 313 363 353
Decimal 203 243 235
Hex CB F3 EB

RGB Percentages of Color #cbf3eb

%29.81
%35.68
%34.51

CMYK Percentages of Color #cbf3eb

%16
%0
%3
%5

Triadic Colors of #cbf3eb

#cbf3eb #ebcbf3 #f3ebcb

Analogous Colors of #cbf3eb

#cbf3eb #cbe7f3 #cbf3d7

Monochromatic Colors of #cbf3eb

#cbf3eb

Complementary Color

#cbf3eb #f3cbd3

#cbf3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf3eb Color CSS Codes

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

#cbf3eb Text Font Color

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

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


#cbf3eb Background Color

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

This div background color is #cbf3eb


#cbf3eb Border Color

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

This div border color is #cbf3eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,243,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 #cbf3eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf3eb


Comments

No comments written yet.

Please login to write comment.