Color Hex Logo

#caf748 Color Hex

#CAF748
(202,247,72)
0 Favorites   0 Comments

Color spaces of #caf748

RGB 20224772
HSL0.210.920.63
HSV75°71°97°
CMYK 0.180.000.71   0.03
XYZ58.787679.546018.3864
Yxy79.54600.37510.5076
Hunter Lab89.1886-38.423850.2092
CIE-Lab91.4808-37.269974.7659

#caf748 color RGB value is (202,247,72).

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

The process color (four color CMYK) of #caf748 color hex is 0.18, 0.00, 0.71, 0.03. Web safe color of #caf748 is #ccff33. Color #caf748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110111 01001000
Octal 312 367 110
Decimal 202 247 72
Hex CA F7 48

RGB Percentages of Color #caf748

%38.77
%47.41
%13.82

CMYK Percentages of Color #caf748

%18
%0
%71
%3

Triadic Colors of #caf748

#caf748 #48caf7 #f748ca

Analogous Colors of #caf748

#caf748 #73f748 #f7cd48

Monochromatic Colors of #caf748

#caf748

Complementary Color

#caf748 #7548f7

#caf748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf748 Color CSS Codes

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

#caf748 Text Font Color

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

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


#caf748 Background Color

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

This div background color is #caf748


#caf748 Border Color

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

This div border color is #caf748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf748


Comments

No comments written yet.

Please login to write comment.