Color Hex Logo

#cafedb Color Hex

#CAFEDB
(202,254,219)
0 Favorites   0 Comments

Color spaces of #cafedb

RGB 202254219
HSL0.390.960.89
HSV140°20°100°
CMYK 0.200.000.14   0.00
XYZ72.585188.554780.2849
Yxy88.55470.30070.3668
Hunter Lab94.1035-26.998315.2889
CIE-Lab95.3940-23.121911.3740

#cafedb color RGB value is (202,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111110 11011011
Octal 312 376 333
Decimal 202 254 219
Hex CA FE DB

RGB Percentages of Color #cafedb

%29.93
%37.63
%32.44

CMYK Percentages of Color #cafedb

%20
%0
%14
%0

Triadic Colors of #cafedb

#cafedb #dbcafe #fedbca

Analogous Colors of #cafedb

#cafedb #cafef5 #d3feca

Monochromatic Colors of #cafedb

#cafedb

Complementary Color

#cafedb #fecaed

#cafedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafedb Color CSS Codes

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

#cafedb Text Font Color

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

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


#cafedb Background Color

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

This div background color is #cafedb


#cafedb Border Color

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

This div border color is #cafedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,254,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 #cafedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafedb


Comments

No comments written yet.

Please login to write comment.