Color Hex Logo

#cef330 Color Hex

#CEF330
(206,243,48)
0 Favorites   0 Comments

Color spaces of #cef330

RGB 20624348
HSL0.200.890.57
HSV71°80°95°
CMYK 0.150.000.80   0.05
XYZ58.037777.436414.6841
Yxy77.43640.38650.5157
Hunter Lab87.9980-36.269551.7049
CIE-Lab90.5221-34.956881.0954

#cef330 color RGB value is (206,243,48).

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

The process color (four color CMYK) of #cef330 color hex is 0.15, 0.00, 0.80, 0.05. Web safe color of #cef330 is #ccff33. Color #cef330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 00110000
Octal 316 363 60
Decimal 206 243 48
Hex CE F3 30

RGB Percentages of Color #cef330

%41.45
%48.89
%9.66

CMYK Percentages of Color #cef330

%15
%0
%80
%5

Triadic Colors of #cef330

#cef330 #30cef3 #f330ce

Analogous Colors of #cef330

#cef330 #6df330 #f3b730

Monochromatic Colors of #cef330

#cef330

Complementary Color

#cef330 #5530f3

#cef330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef330 Color CSS Codes

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

#cef330 Text Font Color

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

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


#cef330 Background Color

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

This div background color is #cef330


#cef330 Border Color

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

This div border color is #cef330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef330


Comments

No comments written yet.

Please login to write comment.