Color Hex Logo

#cae350 Color Hex

#CAE350
(202,227,80)
0 Favorites   0 Comments

Color spaces of #cae350

RGB 20222780
HSL0.200.720.60
HSV70°65°89°
CMYK 0.110.000.65   0.11
XYZ53.274268.073917.9211
Yxy68.07390.38250.4888
Hunter Lab82.5069-29.130744.8766
CIE-Lab86.0434-27.590166.3316

#cae350 color RGB value is (202,227,80).

#cae350 hex color red value is 202, green value is 227 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cae350 hue: 0.20 , saturation: 0.72 and the lightness value of cae350 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 01010000
Octal 312 343 120
Decimal 202 227 80
Hex CA E3 50

RGB Percentages of Color #cae350

%39.69
%44.60
%15.72

CMYK Percentages of Color #cae350

%11
%0
%65
%11

Triadic Colors of #cae350

#cae350 #50cae3 #e350ca

Analogous Colors of #cae350

#cae350 #81e350 #e3b350

Monochromatic Colors of #cae350

#cae350

Complementary Color

#cae350 #6950e3

#cae350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae350 Color CSS Codes

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

#cae350 Text Font Color

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

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


#cae350 Background Color

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

This div background color is #cae350


#cae350 Border Color

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

This div border color is #cae350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae350


Comments

No comments written yet.

Please login to write comment.