Color Hex Logo

#cae612 Color Hex

#CAE612
(202,230,18)
0 Favorites   0 Comments

Color spaces of #cae612

RGB 20223018
HSL0.190.850.49
HSV68°92°90°
CMYK 0.120.000.92   0.10
XYZ52.763169.193911.1471
Yxy69.19390.39640.5198
Hunter Lab83.1829-32.347050.2827
CIE-Lab86.6000-31.311883.3350

#cae612 color RGB value is (202,230,18).

#cae612 hex color red value is 202, green value is 230 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #cae612 hue: 0.19 , saturation: 0.85 and the lightness value of cae612 is 0.49.

The process color (four color CMYK) of #cae612 color hex is 0.12, 0.00, 0.92, 0.10. Web safe color of #cae612 is #ccff00. Color #cae612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 00010010
Octal 312 346 22
Decimal 202 230 18
Hex CA E6 12

RGB Percentages of Color #cae612

%44.89
%51.11
%4.00

CMYK Percentages of Color #cae612

%12
%0
%92
%10

Triadic Colors of #cae612

#cae612 #12cae6 #e612ca

Analogous Colors of #cae612

#cae612 #60e612 #e69812

Monochromatic Colors of #cae612

#cae612

Complementary Color

#cae612 #2e12e6

#cae612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae612 Color CSS Codes

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

#cae612 Text Font Color

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

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


#cae612 Background Color

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

This div background color is #cae612


#cae612 Border Color

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

This div border color is #cae612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae612


Comments

No comments written yet.

Please login to write comment.