Color Hex Logo

#caf138 Color Hex

#CAF138
(202,241,56)
0 Favorites   0 Comments

Color spaces of #caf138

RGB 20224156
HSL0.200.870.58
HSV73°77°95°
CMYK 0.160.000.77   0.05
XYZ56.526275.752715.3839
Yxy75.75270.38280.5130
Hunter Lab87.0360-36.384950.4455
CIE-Lab89.7444-35.319578.1505

#caf138 color RGB value is (202,241,56).

#caf138 hex color red value is 202, green value is 241 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #caf138 hue: 0.20 , saturation: 0.87 and the lightness value of caf138 is 0.58.

The process color (four color CMYK) of #caf138 color hex is 0.16, 0.00, 0.77, 0.05. Web safe color of #caf138 is #ccff33. Color #caf138 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110001 00111000
Octal 312 361 70
Decimal 202 241 56
Hex CA F1 38

RGB Percentages of Color #caf138

%40.48
%48.30
%11.22

CMYK Percentages of Color #caf138

%16
%0
%77
%5

Triadic Colors of #caf138

#caf138 #38caf1 #f138ca

Analogous Colors of #caf138

#caf138 #6ef138 #f1bc38

Monochromatic Colors of #caf138

#caf138

Complementary Color

#caf138 #5f38f1

#caf138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf138 Color CSS Codes

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

#caf138 Text Font Color

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

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


#caf138 Background Color

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

This div background color is #caf138


#caf138 Border Color

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

This div border color is #caf138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf138


Comments

No comments written yet.

Please login to write comment.