Color Hex Logo

#caefbd Color Hex

#CAEFBD
(202,239,189)
0 Favorites   0 Comments

Color spaces of #caefbd

RGB 202239189
HSL0.290.610.84
HSV104°21°94°
CMYK 0.150.000.21   0.06
XYZ64.408977.963759.7979
Yxy77.96370.31860.3856
Hunter Lab88.2971-24.311821.6546
CIE-Lab90.7633-21.010220.2905

#caefbd color RGB value is (202,239,189).

#caefbd hex color red value is 202, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #caefbd hue: 0.29 , saturation: 0.61 and the lightness value of caefbd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 10111101
Octal 312 357 275
Decimal 202 239 189
Hex CA EF BD

RGB Percentages of Color #caefbd

%32.06
%37.94
%30.00

CMYK Percentages of Color #caefbd

%15
%0
%21
%6

Triadic Colors of #caefbd

#caefbd #bdcaef #efbdca

Analogous Colors of #caefbd

#caefbd #bdefc9 #e3efbd

Monochromatic Colors of #caefbd

#caefbd

Complementary Color

#caefbd #e2bdef

#caefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caefbd Color CSS Codes

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

#caefbd Text Font Color

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

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


#caefbd Background Color

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

This div background color is #caefbd


#caefbd Border Color

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

This div border color is #caefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caefbd


Comments

No comments written yet.

Please login to write comment.