Color Hex Logo

#cae27d Color Hex

#CAE27D
(202,226,125)
0 Favorites   0 Comments

Color spaces of #cae27d

RGB 202226125
HSL0.210.640.69
HSV74°45°89°
CMYK 0.110.000.45   0.11
XYZ55.255168.429929.6981
Yxy68.42990.36020.4461
Hunter Lab82.7224-25.533636.6200
CIE-Lab86.2210-23.308046.5392

#cae27d color RGB value is (202,226,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 01111101
Octal 312 342 175
Decimal 202 226 125
Hex CA E2 7D

RGB Percentages of Color #cae27d

%36.53
%40.87
%22.60

CMYK Percentages of Color #cae27d

%11
%0
%45
%11

Triadic Colors of #cae27d

#cae27d #7dcae2 #e27dca

Analogous Colors of #cae27d

#cae27d #98e27d #e2c87d

Monochromatic Colors of #cae27d

#cae27d

Complementary Color

#cae27d #957de2

#cae27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae27d Color CSS Codes

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

#cae27d Text Font Color

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

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


#cae27d Background Color

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

This div background color is #cae27d


#cae27d Border Color

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

This div border color is #cae27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae27d


Comments

No comments written yet.

Please login to write comment.