Color Hex Logo

#cfe530 Color Hex

#CFE530
(207,229,48)
0 Favorites   0 Comments

Color spaces of #cfe530

RGB 20722948
HSL0.190.780.54
HSV67°79°90°
CMYK 0.100.000.79   0.10
XYZ54.284969.517413.3534
Yxy69.51740.39580.5069
Hunter Lab83.3771-29.692748.8683
CIE-Lab86.7596-28.086677.8051

#cfe530 color RGB value is (207,229,48).

#cfe530 hex color red value is 207, green value is 229 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cfe530 hue: 0.19 , saturation: 0.78 and the lightness value of cfe530 is 0.54.

The process color (four color CMYK) of #cfe530 color hex is 0.10, 0.00, 0.79, 0.10. Web safe color of #cfe530 is #cccc33. Color #cfe530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100101 00110000
Octal 317 345 60
Decimal 207 229 48
Hex CF E5 30

RGB Percentages of Color #cfe530

%42.77
%47.31
%9.92

CMYK Percentages of Color #cfe530

%10
%0
%79
%10

Triadic Colors of #cfe530

#cfe530 #30cfe5 #e530cf

Analogous Colors of #cfe530

#cfe530 #75e530 #e5a130

Monochromatic Colors of #cfe530

#cfe530

Complementary Color

#cfe530 #4630e5

#cfe530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe530 Color CSS Codes

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

#cfe530 Text Font Color

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

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


#cfe530 Background Color

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

This div background color is #cfe530


#cfe530 Border Color

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

This div border color is #cfe530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe530


Comments

No comments written yet.

Please login to write comment.