Color Hex Logo

#cae383 Color Hex

#CAE383
(202,227,131)
0 Favorites   0 Comments

Color spaces of #cae383

RGB 202227131
HSL0.210.630.70
HSV76°42°89°
CMYK 0.110.000.42   0.11
XYZ55.922969.133431.8694
Yxy69.13340.35640.4405
Hunter Lab83.1465-25.450335.4772
CIE-Lab86.5701-23.138344.0542

#cae383 color RGB value is (202,227,131).

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

The process color (four color CMYK) of #cae383 color hex is 0.11, 0.00, 0.42, 0.11. Web safe color of #cae383 is #cccc99. Color #cae383 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 10000011
Octal 312 343 203
Decimal 202 227 131
Hex CA E3 83

RGB Percentages of Color #cae383

%36.07
%40.54
%23.39

CMYK Percentages of Color #cae383

%11
%0
%42
%11

Triadic Colors of #cae383

#cae383 #83cae3 #e383ca

Analogous Colors of #cae383

#cae383 #9ae383 #e3cc83

Monochromatic Colors of #cae383

#cae383

Complementary Color

#cae383 #9c83e3

#cae383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae383 Color CSS Codes

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

#cae383 Text Font Color

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

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


#cae383 Background Color

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

This div background color is #cae383


#cae383 Border Color

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

This div border color is #cae383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae383


Comments

No comments written yet.

Please login to write comment.