Color Hex Logo

#cae775 Color Hex

#CAE775
(202,231,117)
0 Favorites   0 Comments

Color spaces of #cae775

RGB 202231117
HSL0.210.700.68
HSV75°49°91°
CMYK 0.130.000.49   0.09
XYZ56.143970.992727.5735
Yxy70.99270.36290.4589
Hunter Lab84.2572-28.508439.5771
CIE-Lab87.4815-26.515651.8823

#cae775 color RGB value is (202,231,117).

#cae775 hex color red value is 202, green value is 231 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cae775 hue: 0.21 , saturation: 0.70 and the lightness value of cae775 is 0.68.

The process color (four color CMYK) of #cae775 color hex is 0.13, 0.00, 0.49, 0.09. Web safe color of #cae775 is #ccff66. Color #cae775 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 01110101
Octal 312 347 165
Decimal 202 231 117
Hex CA E7 75

RGB Percentages of Color #cae775

%36.73
%42.00
%21.27

CMYK Percentages of Color #cae775

%13
%0
%49
%9

Triadic Colors of #cae775

#cae775 #75cae7 #e775ca

Analogous Colors of #cae775

#cae775 #91e775 #e7cb75

Monochromatic Colors of #cae775

#cae775

Complementary Color

#cae775 #9275e7

#cae775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae775 Color CSS Codes

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

#cae775 Text Font Color

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

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


#cae775 Background Color

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

This div background color is #cae775


#cae775 Border Color

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

This div border color is #cae775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae775


Comments

No comments written yet.

Please login to write comment.