Color Hex Logo

#cef965 Color Hex

#CEF965
(206,249,101)
0 Favorites   0 Comments

Color spaces of #cef965

RGB 206249101
HSL0.220.930.69
HSV77°59°98°
CMYK 0.170.000.59   0.02
XYZ61.678281.812824.8526
Yxy81.81280.36640.4860
Hunter Lab90.4504-36.569047.0245
CIE-Lab92.4922-34.758464.8284

#cef965 color RGB value is (206,249,101).

#cef965 hex color red value is 206, green value is 249 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #cef965 hue: 0.22 , saturation: 0.93 and the lightness value of cef965 is 0.69.

The process color (four color CMYK) of #cef965 color hex is 0.17, 0.00, 0.59, 0.02. Web safe color of #cef965 is #ccff66. Color #cef965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 01100101
Octal 316 371 145
Decimal 206 249 101
Hex CE F9 65

RGB Percentages of Color #cef965

%37.05
%44.78
%18.17

CMYK Percentages of Color #cef965

%17
%0
%59
%2

Triadic Colors of #cef965

#cef965 #65cef9 #f965ce

Analogous Colors of #cef965

#cef965 #84f965 #f9da65

Monochromatic Colors of #cef965

#cef965

Complementary Color

#cef965 #9065f9

#cef965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef965 Color CSS Codes

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

#cef965 Text Font Color

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

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


#cef965 Background Color

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

This div background color is #cef965


#cef965 Border Color

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

This div border color is #cef965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef965


Comments

No comments written yet.

Please login to write comment.