Color Hex Logo

#cff530 Color Hex

#CFF530
(207,245,48)
0 Favorites   0 Comments

Color spaces of #cff530

RGB 20724548
HSL0.200.910.57
HSV72°80°96°
CMYK 0.160.000.80   0.04
XYZ58.918078.783614.8978
Yxy78.78360.38610.5163
Hunter Lab88.7601-36.843952.1807
CIE-Lab91.1363-35.470381.6592

#cff530 color RGB value is (207,245,48).

#cff530 hex color red value is 207, green value is 245 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cff530 hue: 0.20 , saturation: 0.91 and the lightness value of cff530 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110101 00110000
Octal 317 365 60
Decimal 207 245 48
Hex CF F5 30

RGB Percentages of Color #cff530

%41.40
%49.00
%9.60

CMYK Percentages of Color #cff530

%16
%0
%80
%4

Triadic Colors of #cff530

#cff530 #30cff5 #f530cf

Analogous Colors of #cff530

#cff530 #6df530 #f5b930

Monochromatic Colors of #cff530

#cff530

Complementary Color

#cff530 #5630f5

#cff530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff530 Color CSS Codes

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

#cff530 Text Font Color

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

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


#cff530 Background Color

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

This div background color is #cff530


#cff530 Border Color

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

This div border color is #cff530


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,245,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cff530; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cff530;
  -webkit-box-shadow: 1px 1px 3px 2px #cff530;
  box-shadow:         1px 1px 3px 2px #cff530; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,245,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff530

Related Colors


Comments

No comments written yet.

Please login to write comment.