Color Hex Logo

#caf348 Color Hex

#CAF348
(202,243,72)
0 Favorites   0 Comments

Color spaces of #caf348

RGB 20224372
HSL0.210.880.62
HSV74°70°95°
CMYK 0.170.000.70   0.05
XYZ57.577477.125617.9830
Yxy77.12560.37710.5051
Hunter Lab87.8212-36.658749.3341
CIE-Lab90.3794-35.466173.6814

#caf348 color RGB value is (202,243,72).

#caf348 hex color red value is 202, green value is 243 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #caf348 hue: 0.21 , saturation: 0.88 and the lightness value of caf348 is 0.62.

The process color (four color CMYK) of #caf348 color hex is 0.17, 0.00, 0.70, 0.05. Web safe color of #caf348 is #ccff33. Color #caf348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110011 01001000
Octal 312 363 110
Decimal 202 243 72
Hex CA F3 48

RGB Percentages of Color #caf348

%39.07
%47.00
%13.93

CMYK Percentages of Color #caf348

%17
%0
%70
%5

Triadic Colors of #caf348

#caf348 #48caf3 #f348ca

Analogous Colors of #caf348

#caf348 #75f348 #f3c748

Monochromatic Colors of #caf348

#caf348

Complementary Color

#caf348 #7148f3

#caf348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf348 Color CSS Codes

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

#caf348 Text Font Color

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

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


#caf348 Background Color

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

This div background color is #caf348


#caf348 Border Color

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

This div border color is #caf348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf348


Comments

No comments written yet.

Please login to write comment.