Color Hex Logo

#cffd52 Color Hex

#CFFD52
(207,253,82)
0 Favorites   0 Comments

Color spaces of #cffd52

RGB 20725382
HSL0.210.980.66
HSV76°68°99°
CMYK 0.180.000.68   0.01
XYZ62.380484.125220.9326
Yxy84.12520.37260.5024
Hunter Lab91.7198-39.108350.6725
CIE-Lab93.5049-37.486973.3717

#cffd52 color RGB value is (207,253,82).

#cffd52 hex color red value is 207, green value is 253 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #cffd52 hue: 0.21 , saturation: 0.98 and the lightness value of cffd52 is 0.66.

The process color (four color CMYK) of #cffd52 color hex is 0.18, 0.00, 0.68, 0.01. Web safe color of #cffd52 is #ccff66. Color #cffd52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111101 01010010
Octal 317 375 122
Decimal 207 253 82
Hex CF FD 52

RGB Percentages of Color #cffd52

%38.19
%46.68
%15.13

CMYK Percentages of Color #cffd52

%18
%0
%68
%1

Triadic Colors of #cffd52

#cffd52 #52cffd #fd52cf

Analogous Colors of #cffd52

#cffd52 #7afd52 #fdd652

Monochromatic Colors of #cffd52

#cffd52

Complementary Color

#cffd52 #8052fd

#cffd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffd52 Color CSS Codes

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

#cffd52 Text Font Color

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

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


#cffd52 Background Color

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

This div background color is #cffd52


#cffd52 Border Color

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

This div border color is #cffd52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffd52

Related Colors


Comments

No comments written yet.

Please login to write comment.