Color Hex Logo

#cef825 Color Hex

#CEF825
(206,248,37)
0 Favorites   0 Comments

Color spaces of #cef825

RGB 20624837
HSL0.200.940.56
HSV72°85°97°
CMYK 0.170.000.85   0.03
XYZ59.354980.390214.1388
Yxy80.39020.38570.5224
Hunter Lab89.6606-38.739853.4128
CIE-Lab91.8597-37.537084.6871

#cef825 color RGB value is (206,248,37).

#cef825 hex color red value is 206, green value is 248 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #cef825 hue: 0.20 , saturation: 0.94 and the lightness value of cef825 is 0.56.

The process color (four color CMYK) of #cef825 color hex is 0.17, 0.00, 0.85, 0.03. Web safe color of #cef825 is #ccff33. Color #cef825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111000 00100101
Octal 316 370 45
Decimal 206 248 37
Hex CE F8 25

RGB Percentages of Color #cef825

%41.96
%50.51
%7.54

CMYK Percentages of Color #cef825

%17
%0
%85
%3

Triadic Colors of #cef825

#cef825 #25cef8 #f825ce

Analogous Colors of #cef825

#cef825 #65f825 #f8b925

Monochromatic Colors of #cef825

#cef825

Complementary Color

#cef825 #4f25f8

#cef825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef825 Color CSS Codes

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

#cef825 Text Font Color

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

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


#cef825 Background Color

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

This div background color is #cef825


#cef825 Border Color

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

This div border color is #cef825


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,248,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef825


Comments

No comments written yet.

Please login to write comment.