Color Hex Logo

#caffef Color Hex

#CAFFEF
(202,255,239)
1 Favorites   0 Comments

Color spaces of #caffef

RGB 202255239
HSL0.451.000.90
HSV162°21°100°
CMYK 0.210.000.06   0.00
XYZ75.697190.308695.1030
Yxy90.30860.28990.3459
Hunter Lab95.0308-24.11937.1866
CIE-Lab96.1246-19.83082.1388

#caffef color RGB value is (202,255,239).

#caffef hex color red value is 202, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #caffef hue: 0.45 , saturation: 1.00 and the lightness value of caffef is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 11101111
Octal 312 377 357
Decimal 202 255 239
Hex CA FF EF

RGB Percentages of Color #caffef

%29.02
%36.64
%34.34

CMYK Percentages of Color #caffef

%21
%0
%6
%0

Triadic Colors of #caffef

#caffef #efcaff #ffefca

Analogous Colors of #caffef

#caffef #caf5ff #caffd5

Monochromatic Colors of #caffef

#caffef

Complementary Color

#caffef #ffcada

#caffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffef Color CSS Codes

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

#caffef Text Font Color

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

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


#caffef Background Color

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

This div background color is #caffef


#caffef Border Color

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

This div border color is #caffef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,255,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #caffef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #caffef;
  -webkit-box-shadow: 1px 1px 3px 2px #caffef;
  box-shadow:         1px 1px 3px 2px #caffef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,255,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffef

Related Colors

#caffef Color Palettes


Comments

No comments written yet.

Please login to write comment.