Color Hex Logo

#caffea Color Hex

#CAFFEA
(202,255,234)
0 Favorites   0 Comments

Color spaces of #caffea

RGB 202255234
HSL0.431.000.90
HSV156°21°100°
CMYK 0.210.000.08   0.00
XYZ74.968490.017191.2657
Yxy90.01710.29260.3513
Hunter Lab94.8773-24.99169.3811
CIE-Lab96.0039-20.80224.5373

#caffea color RGB value is (202,255,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 11101010
Octal 312 377 352
Decimal 202 255 234
Hex CA FF EA

RGB Percentages of Color #caffea

%29.23
%36.90
%33.86

CMYK Percentages of Color #caffea

%21
%0
%8
%0

Triadic Colors of #caffea

#caffea #eacaff #ffeaca

Analogous Colors of #caffea

#caffea #cafaff #caffd0

Monochromatic Colors of #caffea

#caffea

Complementary Color

#caffea #ffcadf

#caffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffea Color CSS Codes

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

#caffea Text Font Color

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

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


#caffea Background Color

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

This div background color is #caffea


#caffea Border Color

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

This div border color is #caffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffea

Related Colors


Comments

No comments written yet.

Please login to write comment.