Color Hex Logo

#cbf5ee Color Hex

#CBF5EE
(203,245,238)
0 Favorites   0 Comments

Color spaces of #cbf5ee

RGB 203245238
HSL0.470.680.88
HSV170°17°96°
CMYK 0.170.000.03   0.04
XYZ72.713684.174493.3038
Yxy84.17440.29060.3364
Hunter Lab91.7466-19.08673.9263
CIE-Lab93.5262-14.8014-1.1280

#cbf5ee color RGB value is (203,245,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110101 11101110
Octal 313 365 356
Decimal 203 245 238
Hex CB F5 EE

RGB Percentages of Color #cbf5ee

%29.59
%35.71
%34.69

CMYK Percentages of Color #cbf5ee

%17
%0
%3
%4

Triadic Colors of #cbf5ee

#cbf5ee #eecbf5 #f5eecb

Analogous Colors of #cbf5ee

#cbf5ee #cbe7f5 #cbf5d9

Monochromatic Colors of #cbf5ee

#cbf5ee

Complementary Color

#cbf5ee #f5cbd2

#cbf5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf5ee Color CSS Codes

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

#cbf5ee Text Font Color

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

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


#cbf5ee Background Color

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

This div background color is #cbf5ee


#cbf5ee Border Color

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

This div border color is #cbf5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf5ee


Comments

No comments written yet.

Please login to write comment.