Color Hex Logo

#caff33 Color Hex

#CAFF33
(202,255,51)
0 Favorites   0 Comments

Color spaces of #caff33

RGB 20225551
HSL0.211.000.60
HSV76°80°100°
CMYK 0.210.000.80   0.00
XYZ60.714784.315616.2065
Yxy84.31560.37660.5229
Hunter Lab91.8235-42.665153.8120
CIE-Lab93.5874-41.745282.9518

#caff33 color RGB value is (202,255,51).

#caff33 hex color red value is 202, green value is 255 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #caff33 hue: 0.21 , saturation: 1.00 and the lightness value of caff33 is 0.60.

The process color (four color CMYK) of #caff33 color hex is 0.21, 0.00, 0.80, 0.00. Web safe color of #caff33 is #ccff33. Color #caff33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 00110011
Octal 312 377 63
Decimal 202 255 51
Hex CA FF 33

RGB Percentages of Color #caff33

%39.76
%50.20
%10.04

CMYK Percentages of Color #caff33

%21
%0
%80
%0

Triadic Colors of #caff33

#caff33 #33caff #ff33ca

Analogous Colors of #caff33

#caff33 #64ff33 #ffce33

Monochromatic Colors of #caff33

#caff33

Complementary Color

#caff33 #6833ff

#caff33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caff33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caff33 Color CSS Codes

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

#caff33 Text Font Color

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

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


#caff33 Background Color

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

This div background color is #caff33


#caff33 Border Color

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

This div border color is #caff33


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,255,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 #caff33">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caff33


Comments

No comments written yet.

Please login to write comment.