Color Hex Logo

#caffcd Color Hex

#CAFFCD
(202,255,205)
1 Favorites   0 Comments

Color spaces of #caffcd

RGB 202255205
HSL0.341.000.90
HSV123°21°100°
CMYK 0.210.000.20   0.00
XYZ71.136688.484371.0875
Yxy88.48430.30830.3835
Hunter Lab94.0661-29.626721.0397
CIE-Lab95.3645-26.055218.5044

#caffcd color RGB value is (202,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 11001101
Octal 312 377 315
Decimal 202 255 205
Hex CA FF CD

RGB Percentages of Color #caffcd

%30.51
%38.52
%30.97

CMYK Percentages of Color #caffcd

%21
%0
%20
%0

Triadic Colors of #caffcd

#caffcd #cdcaff #ffcdca

Analogous Colors of #caffcd

#caffcd #caffe8 #e2ffca

Monochromatic Colors of #caffcd

#caffcd

Complementary Color

#caffcd #ffcafc

#caffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffcd Color CSS Codes

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

#caffcd Text Font Color

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

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


#caffcd Background Color

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

This div background color is #caffcd


#caffcd Border Color

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

This div border color is #caffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.