Color Hex Logo

#ceee01 Color Hex

#CEEE01
(206,238,1)
0 Favorites   0 Comments

Color spaces of #ceee01

RGB 2062381
HSL0.190.990.47
HSV68°100°93°
CMYK 0.130.001.00   0.07
XYZ56.033674.273111.4116
Yxy74.27310.39540.5241
Hunter Lab86.1818-34.761352.4765
CIE-Lab89.0514-33.557586.8273

#ceee01 color RGB value is (206,238,1).

#ceee01 hex color red value is 206, green value is 238 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ceee01 hue: 0.19 , saturation: 0.99 and the lightness value of ceee01 is 0.47.

The process color (four color CMYK) of #ceee01 color hex is 0.13, 0.00, 1.00, 0.07. Web safe color of #ceee01 is #ccff00. Color #ceee01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 00000001
Octal 316 356 1
Decimal 206 238 1
Hex CE EE 1

RGB Percentages of Color #ceee01

%46.29
%53.48
%0.22

CMYK Percentages of Color #ceee01

%13
%0
%100
%7

Triadic Colors of #ceee01

#ceee01 #01ceee #ee01ce

Analogous Colors of #ceee01

#ceee01 #58ee01 #ee9801

Monochromatic Colors of #ceee01

#ceee01

Complementary Color

#ceee01 #2101ee

#ceee01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceee01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceee01 Color CSS Codes

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

#ceee01 Text Font Color

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

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


#ceee01 Background Color

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

This div background color is #ceee01


#ceee01 Border Color

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

This div border color is #ceee01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceee01


Comments

No comments written yet.

Please login to write comment.