Color Hex Logo

#caffce Color Hex

#CAFFCE
(202,255,206)
0 Favorites   0 Comments

Color spaces of #caffce

RGB 202255206
HSL0.351.000.90
HSV125°21°100°
CMYK 0.210.000.19   0.00
XYZ71.257788.532871.7254
Yxy88.53280.30780.3824
Hunter Lab94.0919-29.479120.6681
CIE-Lab95.3848-25.885418.0221

#caffce color RGB value is (202,255,206).

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

The process color (four color CMYK) of #caffce color hex is 0.21, 0.00, 0.19, 0.00. Web safe color of #caffce is #ccffcc. Color #caffce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 11001110
Octal 312 377 316
Decimal 202 255 206
Hex CA FF CE

RGB Percentages of Color #caffce

%30.47
%38.46
%31.07

CMYK Percentages of Color #caffce

%21
%0
%19
%0

Triadic Colors of #caffce

#caffce #cecaff #ffceca

Analogous Colors of #caffce

#caffce #caffe9 #e1ffca

Monochromatic Colors of #caffce

#caffce

Complementary Color

#caffce #ffcafb

#caffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffce Color CSS Codes

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

#caffce Text Font Color

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

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


#caffce Background Color

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

This div background color is #caffce


#caffce Border Color

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

This div border color is #caffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffce

#caffce Color Palettes


Comments

No comments written yet.

Please login to write comment.