Color Hex Logo

#cafdbe Color Hex

#CAFDBE
(202,253,190)
0 Favorites   0 Comments

Color spaces of #cafdbe

RGB 202253190
HSL0.300.940.87
HSV109°25°99°
CMYK 0.200.000.25   0.01
XYZ68.776786.524861.7912
Yxy86.52480.31680.3986
Hunter Lab93.0187-30.802425.7275
CIE-Lab94.5363-27.561924.9956

#cafdbe color RGB value is (202,253,190).

#cafdbe hex color red value is 202, green value is 253 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cafdbe hue: 0.30 , saturation: 0.94 and the lightness value of cafdbe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111101 10111110
Octal 312 375 276
Decimal 202 253 190
Hex CA FD BE

RGB Percentages of Color #cafdbe

%31.32
%39.22
%29.46

CMYK Percentages of Color #cafdbe

%20
%0
%25
%1

Triadic Colors of #cafdbe

#cafdbe #becafd #fdbeca

Analogous Colors of #cafdbe

#cafdbe #befdd2 #eafdbe

Monochromatic Colors of #cafdbe

#cafdbe

Complementary Color

#cafdbe #f1befd

#cafdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafdbe Color CSS Codes

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

#cafdbe Text Font Color

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

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


#cafdbe Background Color

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

This div background color is #cafdbe


#cafdbe Border Color

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

This div border color is #cafdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafdbe

Related Colors


Comments

No comments written yet.

Please login to write comment.