Color Hex Logo

#cae265 Color Hex

#CAE265
(202,226,101)
0 Favorites   0 Comments

Color spaces of #cae265

RGB 202226101
HSL0.200.680.64
HSV72°55°89°
CMYK 0.110.000.55   0.11
XYZ53.902467.888922.5748
Yxy67.88890.37340.4703
Hunter Lab82.3947-27.416641.4318
CIE-Lab85.9509-25.577257.4047

#cae265 color RGB value is (202,226,101).

#cae265 hex color red value is 202, green value is 226 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #cae265 hue: 0.20 , saturation: 0.68 and the lightness value of cae265 is 0.64.

The process color (four color CMYK) of #cae265 color hex is 0.11, 0.00, 0.55, 0.11. Web safe color of #cae265 is #cccc66. Color #cae265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 01100101
Octal 312 342 145
Decimal 202 226 101
Hex CA E2 65

RGB Percentages of Color #cae265

%38.19
%42.72
%19.09

CMYK Percentages of Color #cae265

%11
%0
%55
%11

Triadic Colors of #cae265

#cae265 #65cae2 #e265ca

Analogous Colors of #cae265

#cae265 #8ce265 #e2bc65

Monochromatic Colors of #cae265

#cae265

Complementary Color

#cae265 #7d65e2

#cae265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae265 Color CSS Codes

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

#cae265 Text Font Color

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

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


#cae265 Background Color

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

This div background color is #cae265


#cae265 Border Color

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

This div border color is #cae265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae265


Comments

No comments written yet.

Please login to write comment.