Color Hex Logo

#caffdb Color Hex

#CAFFDB
(202,255,219)
0 Favorites   0 Comments

Color spaces of #caffdb

RGB 202255219
HSL0.391.000.90
HSV139°21°100°
CMYK 0.210.000.14   0.00
XYZ72.903389.191080.3910
Yxy89.19100.30070.3678
Hunter Lab94.4410-27.479415.6393
CIE-Lab95.6602-23.602311.7533

#caffdb color RGB value is (202,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 11011011
Octal 312 377 333
Decimal 202 255 219
Hex CA FF DB

RGB Percentages of Color #caffdb

%29.88
%37.72
%32.40

CMYK Percentages of Color #caffdb

%21
%0
%14
%0

Triadic Colors of #caffdb

#caffdb #dbcaff #ffdbca

Analogous Colors of #caffdb

#caffdb #cafff6 #d4ffca

Monochromatic Colors of #caffdb

#caffdb

Complementary Color

#caffdb #ffcaee

#caffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffdb Color CSS Codes

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

#caffdb Text Font Color

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

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


#caffdb Background Color

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

This div background color is #caffdb


#caffdb Border Color

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

This div border color is #caffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffdb


Comments

No comments written yet.

Please login to write comment.