Color Hex Logo

#caf315 Color Hex

#CAF315
(202,243,21)
0 Favorites   0 Comments

Color spaces of #caf315

RGB 20224321
HSL0.200.900.52
HSV71°91°95°
CMYK 0.170.000.91   0.05
XYZ56.543176.711912.5362
Yxy76.71190.38780.5262
Hunter Lab87.5853-38.038852.8235
CIE-Lab90.1888-37.193485.7874

#caf315 color RGB value is (202,243,21).

#caf315 hex color red value is 202, green value is 243 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #caf315 hue: 0.20 , saturation: 0.90 and the lightness value of caf315 is 0.52.

The process color (four color CMYK) of #caf315 color hex is 0.17, 0.00, 0.91, 0.05. Web safe color of #caf315 is #ccff00. Color #caf315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110011 00010101
Octal 312 363 25
Decimal 202 243 21
Hex CA F3 15

RGB Percentages of Color #caf315

%43.35
%52.15
%4.51

CMYK Percentages of Color #caf315

%17
%0
%91
%5

Triadic Colors of #caf315

#caf315 #15caf3 #f315ca

Analogous Colors of #caf315

#caf315 #5bf315 #f3ad15

Monochromatic Colors of #caf315

#caf315

Complementary Color

#caf315 #3e15f3

#caf315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf315 Color CSS Codes

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

#caf315 Text Font Color

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

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


#caf315 Background Color

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

This div background color is #caf315


#caf315 Border Color

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

This div border color is #caf315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf315


Comments

No comments written yet.

Please login to write comment.