Color Hex Logo

#cefc52 Color Hex

#CEFC52
(206,252,82)
0 Favorites   0 Comments

Color spaces of #cefc52

RGB 20625282
HSL0.210.970.65
HSV76°67°99°
CMYK 0.180.000.67   0.01
XYZ61.787083.351820.8146
Yxy83.35180.37230.5023
Hunter Lab91.2972-38.967150.3907
CIE-Lab93.1682-37.418173.0087

#cefc52 color RGB value is (206,252,82).

#cefc52 hex color red value is 206, green value is 252 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #cefc52 hue: 0.21 , saturation: 0.97 and the lightness value of cefc52 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 01010010
Octal 316 374 122
Decimal 206 252 82
Hex CE FC 52

RGB Percentages of Color #cefc52

%38.15
%46.67
%15.19

CMYK Percentages of Color #cefc52

%18
%0
%67
%1

Triadic Colors of #cefc52

#cefc52 #52cefc #fc52ce

Analogous Colors of #cefc52

#cefc52 #79fc52 #fcd552

Monochromatic Colors of #cefc52

#cefc52

Complementary Color

#cefc52 #8052fc

#cefc52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefc52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefc52 Color CSS Codes

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

#cefc52 Text Font Color

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

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


#cefc52 Background Color

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

This div background color is #cefc52


#cefc52 Border Color

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

This div border color is #cefc52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefc52

Related Colors


Comments

No comments written yet.

Please login to write comment.