Color Hex Logo

#caef55 Color Hex

#CAEF55
(202,239,85)
0 Favorites   0 Comments

Color spaces of #caef55

RGB 20223985
HSL0.210.830.64
HSV74°64°94°
CMYK 0.150.000.64   0.06
XYZ56.863374.945420.0632
Yxy74.94540.37440.4935
Hunter Lab86.5710-34.253346.8590
CIE-Lab89.3674-32.860467.8589

#caef55 color RGB value is (202,239,85).

#caef55 hex color red value is 202, green value is 239 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #caef55 hue: 0.21 , saturation: 0.83 and the lightness value of caef55 is 0.64.

The process color (four color CMYK) of #caef55 color hex is 0.15, 0.00, 0.64, 0.06. Web safe color of #caef55 is #ccff66. Color #caef55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 01010101
Octal 312 357 125
Decimal 202 239 85
Hex CA EF 55

RGB Percentages of Color #caef55

%38.40
%45.44
%16.16

CMYK Percentages of Color #caef55

%15
%0
%64
%6

Triadic Colors of #caef55

#caef55 #55caef #ef55ca

Analogous Colors of #caef55

#caef55 #7def55 #efc755

Monochromatic Colors of #caef55

#caef55

Complementary Color

#caef55 #7a55ef

#caef55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef55 Color CSS Codes

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

#caef55 Text Font Color

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

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


#caef55 Background Color

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

This div background color is #caef55


#caef55 Border Color

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

This div border color is #caef55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef55


Comments

No comments written yet.

Please login to write comment.