Color Hex Logo

#cfe52b Color Hex

#CFE52B
(207,229,43)
0 Favorites   0 Comments

Color spaces of #cfe52b

RGB 20722943
HSL0.190.780.53
HSV67°81°90°
CMYK 0.100.000.81   0.10
XYZ54.187569.478412.8402
Yxy69.47840.39700.5090
Hunter Lab83.3537-29.827749.2143
CIE-Lab86.7404-28.252079.0616

#cfe52b color RGB value is (207,229,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100101 00101011
Octal 317 345 53
Decimal 207 229 43
Hex CF E5 2B

RGB Percentages of Color #cfe52b

%43.22
%47.81
%8.98

CMYK Percentages of Color #cfe52b

%10
%0
%81
%10

Triadic Colors of #cfe52b

#cfe52b #2bcfe5 #e52bcf

Analogous Colors of #cfe52b

#cfe52b #72e52b #e59e2b

Monochromatic Colors of #cfe52b

#cfe52b

Complementary Color

#cfe52b #412be5

#cfe52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe52b Color CSS Codes

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

#cfe52b Text Font Color

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

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


#cfe52b Background Color

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

This div background color is #cfe52b


#cfe52b Border Color

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

This div border color is #cfe52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe52b


Comments

No comments written yet.

Please login to write comment.