Color Hex Logo

#caeb33 Color Hex

#CAEB33
(202,235,51)
0 Favorites   0 Comments

Color spaces of #caeb33

RGB 20223551
HSL0.200.820.56
HSV71°78°92°
CMYK 0.140.000.78   0.08
XYZ54.663072.212214.1893
Yxy72.21220.38750.5119
Hunter Lab84.9778-33.888749.5844
CIE-Lab88.0706-32.776678.0339

#caeb33 color RGB value is (202,235,51).

#caeb33 hex color red value is 202, green value is 235 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #caeb33 hue: 0.20 , saturation: 0.82 and the lightness value of caeb33 is 0.56.

The process color (four color CMYK) of #caeb33 color hex is 0.14, 0.00, 0.78, 0.08. Web safe color of #caeb33 is #ccff33. Color #caeb33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 00110011
Octal 312 353 63
Decimal 202 235 51
Hex CA EB 33

RGB Percentages of Color #caeb33

%41.39
%48.16
%10.45

CMYK Percentages of Color #caeb33

%14
%0
%78
%8

Triadic Colors of #caeb33

#caeb33 #33caeb #eb33ca

Analogous Colors of #caeb33

#caeb33 #6eeb33 #ebb033

Monochromatic Colors of #caeb33

#caeb33

Complementary Color

#caeb33 #5433eb

#caeb33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb33 Color CSS Codes

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

#caeb33 Text Font Color

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

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


#caeb33 Background Color

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

This div background color is #caeb33


#caeb33 Border Color

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

This div border color is #caeb33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb33


Comments

No comments written yet.

Please login to write comment.