Color Hex Logo

#cef552 Color Hex

#CEF552
(206,245,82)
0 Favorites   0 Comments

Color spaces of #cef552

RGB 20624582
HSL0.210.890.64
HSV74°67°96°
CMYK 0.160.000.67   0.04
XYZ59.629079.035820.0953
Yxy79.03580.37560.4978
Hunter Lab88.9021-35.853948.8296
CIE-Lab91.2505-34.254471.0449

#cef552 color RGB value is (206,245,82).

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

The process color (four color CMYK) of #cef552 color hex is 0.16, 0.00, 0.67, 0.04. Web safe color of #cef552 is #ccff66. Color #cef552 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110101 01010010
Octal 316 365 122
Decimal 206 245 82
Hex CE F5 52

RGB Percentages of Color #cef552

%38.65
%45.97
%15.38

CMYK Percentages of Color #cef552

%16
%0
%67
%4

Triadic Colors of #cef552

#cef552 #52cef5 #f552ce

Analogous Colors of #cef552

#cef552 #7df552 #f5cb52

Monochromatic Colors of #cef552

#cef552

Complementary Color

#cef552 #7952f5

#cef552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef552 Color CSS Codes

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

#cef552 Text Font Color

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

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


#cef552 Background Color

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

This div background color is #cef552


#cef552 Border Color

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

This div border color is #cef552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef552


Comments

No comments written yet.

Please login to write comment.