Color Hex Logo

#cef630 Color Hex

#CEF630
(206,246,48)
0 Favorites   0 Comments

Color spaces of #cef630

RGB 20624648
HSL0.200.920.58
HSV72°80°96°
CMYK 0.160.000.80   0.04
XYZ58.942979.246714.9858
Yxy79.24670.38480.5174
Hunter Lab89.0206-37.596552.3335
CIE-Lab91.3458-36.313381.8179

#cef630 color RGB value is (206,246,48).

#cef630 hex color red value is 206, green value is 246 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cef630 hue: 0.20 , saturation: 0.92 and the lightness value of cef630 is 0.58.

The process color (four color CMYK) of #cef630 color hex is 0.16, 0.00, 0.80, 0.04. Web safe color of #cef630 is #ccff33. Color #cef630 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 00110000
Octal 316 366 60
Decimal 206 246 48
Hex CE F6 30

RGB Percentages of Color #cef630

%41.20
%49.20
%9.60

CMYK Percentages of Color #cef630

%16
%0
%80
%4

Triadic Colors of #cef630

#cef630 #30cef6 #f630ce

Analogous Colors of #cef630

#cef630 #6bf630 #f6bb30

Monochromatic Colors of #cef630

#cef630

Complementary Color

#cef630 #5830f6

#cef630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef630 Color CSS Codes

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

#cef630 Text Font Color

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

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


#cef630 Background Color

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

This div background color is #cef630


#cef630 Border Color

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

This div border color is #cef630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef630


Comments

No comments written yet.

Please login to write comment.