Color Hex Logo

#cae327 Color Hex

#CAE327
(202,227,39)
0 Favorites   0 Comments

Color spaces of #cae327

RGB 20222739
HSL0.190.770.52
HSV68°83°89°
CMYK 0.110.000.83   0.11
XYZ52.192467.641212.2247
Yxy67.64120.39520.5122
Hunter Lab82.2443-30.651048.7582
CIE-Lab85.8267-29.465779.0791

#cae327 color RGB value is (202,227,39).

#cae327 hex color red value is 202, green value is 227 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #cae327 hue: 0.19 , saturation: 0.77 and the lightness value of cae327 is 0.52.

The process color (four color CMYK) of #cae327 color hex is 0.11, 0.00, 0.83, 0.11. Web safe color of #cae327 is #cccc33. Color #cae327 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 00100111
Octal 312 343 47
Decimal 202 227 39
Hex CA E3 27

RGB Percentages of Color #cae327

%43.16
%48.50
%8.33

CMYK Percentages of Color #cae327

%11
%0
%83
%11

Triadic Colors of #cae327

#cae327 #27cae3 #e327ca

Analogous Colors of #cae327

#cae327 #6ce327 #e39e27

Monochromatic Colors of #cae327

#cae327

Complementary Color

#cae327 #4027e3

#cae327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae327 Color CSS Codes

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

#cae327 Text Font Color

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

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


#cae327 Background Color

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

This div background color is #cae327


#cae327 Border Color

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

This div border color is #cae327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae327


Comments

No comments written yet.

Please login to write comment.